﻿2026-06-09T09:50:44.5935764Z ##[group]Run actions/checkout@v5
2026-06-09T09:50:44.5936723Z with:
2026-06-09T09:50:44.5937133Z   repository: SaberMage/spt-core
2026-06-09T09:50:44.5941341Z   token: ***
2026-06-09T09:50:44.5941747Z   ssh-strict: true
2026-06-09T09:50:44.5942143Z   ssh-user: git
2026-06-09T09:50:44.5942543Z   persist-credentials: true
2026-06-09T09:50:44.5942992Z   clean: true
2026-06-09T09:50:44.5943401Z   sparse-checkout-cone-mode: true
2026-06-09T09:50:44.5943928Z   fetch-depth: 1
2026-06-09T09:50:44.5944328Z   fetch-tags: false
2026-06-09T09:50:44.5944752Z   show-progress: true
2026-06-09T09:50:44.5945162Z   lfs: false
2026-06-09T09:50:44.5945554Z   submodules: false
2026-06-09T09:50:44.5945953Z   set-safe-directory: true
2026-06-09T09:50:44.5946725Z ##[endgroup]
2026-06-09T09:50:44.6811813Z Syncing repository: SaberMage/spt-core
2026-06-09T09:50:44.6813489Z ##[group]Getting Git version info
2026-06-09T09:50:44.6814252Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-09T09:50:44.6815393Z [command]/usr/bin/git version
2026-06-09T09:50:44.6815850Z git version 2.43.0
2026-06-09T09:50:44.6820737Z ##[endgroup]
2026-06-09T09:50:44.6831764Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/9f46b2fc-b34e-4ef1-a5f2-58d88367c5f6' before making global git config changes
2026-06-09T09:50:44.6833224Z Adding repository directory to the temporary git global config as a safe directory
2026-06-09T09:50:44.6834738Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-09T09:50:44.6869430Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-09T09:50:44.6889742Z https://github.com/SaberMage/spt-core
2026-06-09T09:50:44.6899903Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-09T09:50:44.6902174Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-09T09:50:44.6929179Z refs/heads/dev-freeform
2026-06-09T09:50:44.6936821Z [command]/usr/bin/git checkout --detach
2026-06-09T09:50:44.6978088Z HEAD is now at 4e774a3 docs(plan): V032-PLAN.md — platform-safe update fetch + apply guard (v0.3.1 corruption fix)
2026-06-09T09:50:44.7010148Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-09T09:50:44.7033664Z Deleted branch dev-freeform (was 4e774a3).
2026-06-09T09:50:44.7061997Z ##[endgroup]
2026-06-09T09:50:44.7063433Z [command]/usr/bin/git submodule status
2026-06-09T09:50:44.7262567Z ##[group]Cleaning the repository
2026-06-09T09:50:44.7263388Z [command]/usr/bin/git clean -ffdx
2026-06-09T09:50:44.7291928Z Removing traceable-reqs
2026-06-09T09:50:44.7298244Z [command]/usr/bin/git reset --hard HEAD
2026-06-09T09:50:44.7338278Z HEAD is now at 4e774a3 docs(plan): V032-PLAN.md — platform-safe update fetch + apply guard (v0.3.1 corruption fix)
2026-06-09T09:50:44.7342101Z ##[endgroup]
2026-06-09T09:50:44.7343508Z ##[group]Disabling automatic garbage collection
2026-06-09T09:50:44.7346590Z [command]/usr/bin/git config --local gc.auto 0
2026-06-09T09:50:44.7368392Z ##[endgroup]
2026-06-09T09:50:44.7369409Z ##[group]Setting up auth
2026-06-09T09:50:44.7373519Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-09T09:50:44.7397750Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-09T09:50:44.7595515Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-09T09:50:44.7625426Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-09T09:50:44.7815837Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-09T09:50:44.7841359Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-09T09:50:44.8030874Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-09T09:50:44.8061368Z ##[endgroup]
2026-06-09T09:50:44.8062235Z ##[group]Fetching the repository
2026-06-09T09:50:44.8067721Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +cabdc614fc0416e3a57de0a21b229db485089320:refs/remotes/origin/dev-freeform
2026-06-09T09:50:45.3075338Z From https://github.com/SaberMage/spt-core
2026-06-09T09:50:45.3077351Z  + 4e774a3...cabdc61 cabdc614fc0416e3a57de0a21b229db485089320 -> origin/dev-freeform  (forced update)
2026-06-09T09:50:45.3097355Z ##[endgroup]
2026-06-09T09:50:45.3098510Z ##[group]Determining the checkout info
2026-06-09T09:50:45.3099860Z ##[endgroup]
2026-06-09T09:50:45.3103038Z [command]/usr/bin/git sparse-checkout disable
2026-06-09T09:50:45.3141632Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-09T09:50:45.3162605Z ##[group]Checking out the ref
2026-06-09T09:50:45.3164290Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-09T09:50:45.3256038Z Previous HEAD position was 4e774a3 docs(plan): V032-PLAN.md — platform-safe update fetch + apply guard (v0.3.1 corruption fix)
2026-06-09T09:50:45.3259774Z Switched to a new branch 'dev-freeform'
2026-06-09T09:50:45.3261071Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-09T09:50:45.3267743Z ##[endgroup]
2026-06-09T09:50:45.3301834Z [command]/usr/bin/git log -1 --format=%H
2026-06-09T09:50:45.3323163Z cabdc614fc0416e3a57de0a21b229db485089320
